home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_95_EX6.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  278 b   |  17 lines

  1. on enterFrame
  2.   if sprite(46).movieRate = 1 then
  3.     go(the frame - 1)
  4.   end if
  5.   if the timer > (60 * 4) then
  6.     if the lastEvent > (60 * 4) then
  7.       sprite(46).movieRate = 0
  8.       go(the frame + 1)
  9.     end if
  10.     startTimer()
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   go(the frame)
  16. end
  17.